google.golang.org/grpc/internal/transport.ClientStream.unprocessed (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		client_stream.go#L64: 	unprocessed      atomic.Bool   // set if the server sends a refused stream or GOAWAY including this stream
		client_stream.go#L126: 	return s.unprocessed.Load()
		http2_client.go#L801: 		s.unprocessed.Store(true)
		http2_client.go#L1279: 		s.unprocessed.Store(true)
		http2_client.go#L1425: 			stream.unprocessed.Store(true)